home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Disk (1990-09)(Memphis Amiga Group).zip / MAG Disk (1990-09)(Memphis Amiga Group).adf / sMOVIE / sMOVIE.tips < prev    next >
Text File  |  1989-12-29  |  5KB  |  122 lines

  1. |spc 2; text spacing
  2. |spd 2; scroll speed
  3. |dep 2; this gives 4 colours but doesn't change size
  4. |plt 0,7,3,5;    background
  5. |plt 1,15,15,15;white
  6. |plt 2,0,15,0;  green
  7. |plt 3,15,15,0; yellow
  8. |tab 4; each tab will advance to a column which is a multiple of four
  9. |onc
  10. |col 1,0
  11. Tips part 1 - for single drive users
  12. ====================================
  13. |ofc
  14.  
  15.     Oh you poor thing!  Go and buy yourself another drive.
  16. Seriously though, disk swaps aren't much fun, so if you are
  17. going to use sMOVIE much it's worth doing one of two things.
  18. If you're happy with the CLI environment, you can put your
  19. fonts on the same disk as sMOVIE and use the Assign command to
  20. tell AmigaDos where to look for its fonts.  Alternatively you
  21. can create a stripped down Workbench disk with room for sMOVIE,
  22. loadsa fonts, and all your projects.
  23.  
  24.     Take a COPY of your workbench and delete the following:-
  25.     
  26.     Everything in the Utilities directory.
  27.     Everything in the Prefs directory.
  28.     The Expansion, Prefs and Utilities directories.
  29.     Ed and Edit from the c directory unless you use them.
  30.     If you still use WB1.2 (cheapskate!) delete all the printers
  31.     and keymaps from the devs directory except those you use.
  32.  
  33.     You could delete a lot of other stuff - but that's enough
  34. to begin with.  Be careful not to remove things that you think
  35. you never use, but which might be accessed by the system.  e.g.
  36. the startup-sequence uses 'If' from the c: directory.
  37.     Now you've got lots of room in your fonts directory you
  38. can go looking for some fonts.
  39.  
  40. |col 2,0
  41. |onc
  42. Tips part 2 - where to get some free fonts
  43. ==========================================
  44. |ofc
  45.  
  46. 1.    WB 1.3 Extras disk has some extra fonts (bit obvious).
  47. 2.    If, like me, you had a 'The Very First' demo bundled with
  48.     your Amiga, and you haven't already tossed it in the bin,
  49.     then you can copy some decent fonts from it.  It had to have
  50.     some use!
  51. 3.    Have a look through your other disks (even games sometimes!)
  52.     and see if there are any new fonts on them.
  53. 4.    There are some P.D. disks which contain heaps of fonts.
  54.  
  55. |col 3,0
  56. |onc
  57. Tips part 3 - watch that memory (for techies)
  58. =============================================
  59. |ofc
  60.  
  61.     Coo look!  I can have a 704 * 261 size 16 colour screen and
  62. ten different 46 pixel high fonts...  Well you could, but then
  63. again you might just run out of memory.
  64.     sMOVIE allocates a bitmap which caters for the maximum width
  65. height and depth you specify - even if they don't occur at the
  66. same time.  Don't call for a sixteen colour screen if you only
  67. need four at any one time - just reuse the four - this should be
  68. obvious.
  69.     After using sMOVIE for the first time on a project, you may
  70. find you have less free memory left than before.
  71. I HATE programs which do this.  This is due to the strange way
  72. the system software handles fonts; once a font has been loaded
  73. from disk, the system seems unwilling to unload it.  You will
  74. find that on subsequent uses of sMOVIE no extra memory is
  75. consumed.  The 'Notepad' program supplied by Commodore is
  76. identical in this respect.  I do not know if the memory can be
  77. reclaimed by the system if it begins to run short, but I suspect
  78. not.  If anybody has a fix to this problem (if it is a problem)
  79. perhaps they'll contact me.
  80.  
  81. |col 1,0
  82. |onc
  83. Tips part 4 - general
  84. =====================
  85. |ofc
  86.  
  87. 1.    When you're writing a fairly complex file for sMOVIE, call
  88.     it from the CLI while you're developing it.  This gives you
  89.     a lot more information about syntax errors in your commands
  90.     then you will get from the WorkBench.
  91.  
  92. 2.    Edit the file 'sMOVIE.config' and place it in the ROOT
  93.     directory.  This controls sMOVIE's default colours, font
  94.     and so on.  You may prefer to put this file in your s:
  95.     directory, but remember that a config file in the root
  96.     directory will take precedence.
  97.  
  98. 3.    Experiment with sMOVIE's SIZ and SSZ commands.  You will
  99.     find that attempting to move screens sideways beyond certain
  100.     limits or creating very tiny screens will cause the display
  101.     to do strange and unexpected things!
  102.  
  103. |col 2,0
  104. |onc
  105. Tips part 5 - quirks
  106. ====================
  107. |ofc
  108.  
  109. 1.    From the workbench you can start sMOVIE on one project, and
  110.     then before its got going, start it again on another (or the
  111.     same) project.  This produces interesting, but weird results
  112.     try it and see!  You may need to use Left-Amiga M,N,B at the
  113.     end to get your WB screen back.
  114.  
  115. 2.    PopCLI and other screen-saving programs do work O.K. with
  116.     sMOVIE, but if they blank the screen while you're trying to
  117.     read it, this can be a pain.  They will sometimes cause the
  118.     Intuition cursor to reappear when you don't want it.
  119.  
  120. 3.    There is no number 3 (Yet!)
  121.  
  122.